runtime.mLockProfile.haveStack (field)
4 uses
runtime (current package)
mprof.go#L656: haveStack bool // stack and cycles are to be added to the mutex profile (even if cycles is 0)
mprof.go#L732: prof.haveStack = true
mprof.go#L756: if gp := getg(); gp.m.locks == 1 && gp.m.mLockProfile.haveStack {
mprof.go#L779: prof.haveStack = false
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |